mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
12 lines
211 B
Nix
12 lines
211 B
Nix
|
{cabal}:
|
||
|
|
||
|
cabal.mkDerivation (self : {
|
||
|
pname = "wx";
|
||
|
version = "0.11.1.2";
|
||
|
sha256 = "68d550067ae190373142c51f3fa14bdf0a1516310aee9a37e28f9ac7cf3b8c6d";
|
||
|
meta = {
|
||
|
description = "wxHaskell";
|
||
|
};
|
||
|
})
|
||
|
|