hopper: nixpkgs-fmt
This commit is contained in:
parent
7da91c565c
commit
bb51742802
1 changed files with 12 additions and 14 deletions
|
@ -1,19 +1,17 @@
|
|||
{
|
||||
stdenv, fetchurl, lib,
|
||||
|
||||
autoPatchelfHook,
|
||||
|
||||
wrapQtAppsHook,
|
||||
|
||||
libbsd,
|
||||
python27,
|
||||
gmpxx,
|
||||
|
||||
ncurses5,
|
||||
gnustep,
|
||||
{ stdenv
|
||||
, fetchurl
|
||||
, lib
|
||||
, autoPatchelfHook
|
||||
, wrapQtAppsHook
|
||||
, libbsd
|
||||
, python27
|
||||
, gmpxx
|
||||
, ncurses5
|
||||
, gnustep
|
||||
,
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "hopper";
|
||||
pname = "hopper";
|
||||
version = "4.5.19";
|
||||
rev = "v${lib.versions.major version}";
|
||||
|
||||
|
|
Loading…
Reference in a new issue