mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +00:00
Merge pull request #245747 from anoadragon453/anoa/debian_debscripts_darwin
debian-devscripts: update `platforms` to `platforms.unix`
This commit is contained in:
commit
869d0f85f2
@ -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 New Issue
Block a user