libdsk: expand platforms to unix
This commit is contained in:
parent
c4d38733f1
commit
1dda78c2ec
@ -14,6 +14,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "http://www.seasip.info/Unix/LibDsk/";
|
homepage = "http://www.seasip.info/Unix/LibDsk/";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user