mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
haskell-bindings-posix: update to version 1.2.3
This commit is contained in:
parent
26dd59b8b4
commit
1ae62db2e0
@ -1,10 +1,11 @@
|
|||||||
{ cabal, bindingsDSL }:
|
{ cabal, bindingsDSL, pthread }:
|
||||||
|
|
||||||
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…
Reference in New Issue
Block a user