debian-devscripts: change platforms to platforms.unix
This commit is contained in:
parent
7e6912f7f8
commit
65d0e65122
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue