mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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: {
|
||||
pname = "bindings-posix";
|
||||
version = "1.2.3";
|
||||
sha256 = "0nj18lfpn8hmlaa7cmvdkjnk8fi2f6ysjbigkx7zbrpqnvbi63ba";
|
||||
buildDepends = [ bindingsDSL ];
|
||||
extraLibraries = [ pthread ];
|
||||
meta = {
|
||||
description = "Low level bindings to posix";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
Loading…
Reference in New Issue
Block a user