haskell-bindings-posix: fix bogus change committed earlier
This commit is contained in:
parent
913685d0ac
commit
b71c382f6f
@ -1,11 +1,10 @@
|
|||||||
{ cabal, bindingsDSL, pthread }:
|
{ cabal, bindingsDSL }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "bindings-posix";
|
pname = "bindings-posix";
|
||||||
version = "1.2.3";
|
version = "1.2.3";
|
||||||
sha256 = "0nj18lfpn8hmlaa7cmvdkjnk8fi2f6ysjbigkx7zbrpqnvbi63ba";
|
sha256 = "0nj18lfpn8hmlaa7cmvdkjnk8fi2f6ysjbigkx7zbrpqnvbi63ba";
|
||||||
buildDepends = [ bindingsDSL ];
|
buildDepends = [ bindingsDSL ];
|
||||||
extraLibraries = [ pthread ];
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Low level bindings to posix";
|
description = "Low level bindings to posix";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user