mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
elm-format: simplify the nix expression
This commit is contained in:
parent
c16cecdcd6
commit
bdf0239c3f
@ -3,7 +3,7 @@
|
|||||||
, lib, mtl, optparse-applicative, parsec, QuickCheck, quickcheck-io
|
, lib, mtl, optparse-applicative, parsec, QuickCheck, quickcheck-io
|
||||||
, relude, tasty, tasty-hspec, tasty-hunit, tasty-quickcheck, text
|
, relude, tasty, tasty-hspec, tasty-hunit, tasty-quickcheck, text
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation rec {
|
||||||
pname = "elm-format";
|
pname = "elm-format";
|
||||||
version = "0.8.5";
|
version = "0.8.5";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
@ -34,7 +34,7 @@ mkDerivation {
|
|||||||
module Build_elm_format where
|
module Build_elm_format where
|
||||||
|
|
||||||
gitDescribe :: String
|
gitDescribe :: String
|
||||||
gitDescribe = "0.8.5"
|
gitDescribe = "${version}"
|
||||||
EOHS
|
EOHS
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user