debian-devscripts: change platforms to platforms.unix

This commit is contained in:
Andrew Morgan 2023-07-27 11:29:42 +01:00
parent 7e6912f7f8
commit 65d0e65122

View file

@ -76,6 +76,6 @@ in stdenv.mkDerivation rec {
description = "Debian package maintenance scripts"; description = "Debian package maintenance scripts";
license = licenses.free; # Mix of public domain, Artistic+GPL, GPL1+, GPL2+, GPL3+, and GPL2-only... TODO license = licenses.free; # Mix of public domain, Artistic+GPL, GPL1+, GPL2+, GPL3+, and GPL2-only... TODO
maintainers = with maintainers; [raskin]; maintainers = with maintainers; [raskin];
platforms = with platforms; linux; platforms = platforms.unix;
}; };
} }