mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
carp: fix eval
This commit is contained in:
parent
a03e31587d
commit
2b66f562e9
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{ stdenv, fetchFromGitHub, makeWrapper, clang, haskellPackages }:
|
||||
|
||||
haskellPackages.mkDerivation {
|
||||
haskellPackages.mkDerivation rec {
|
||||
|
||||
pname = "carp";
|
||||
version = "0.3.0";
|
||||
|
|
Loading…
Reference in a new issue