cpcfs: expand platforms to all
This commit is contained in:
parent
1d4f05da4d
commit
e562843729
|
@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://github.com/derikz/cpcfs/" ;
|
homepage = "https://github.com/derikz/cpcfs/" ;
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue