Commit 65d0e651 authored by Andrew Morgan's avatar Andrew Morgan
Browse files

debian-devscripts: change platforms to platforms.unix

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