mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
parent
584d6d2672
commit
8a3397d11e
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, python, perl, textual-window-manager }:
|
||||
{ stdenv, fetchurl, python3, perl, textual-window-manager }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "5.127";
|
||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
doCheck = true;
|
||||
|
||||
buildInputs = [ python perl ];
|
||||
buildInputs = [ python3 perl ];
|
||||
propagatedBuildInputs = [ textual-window-manager ];
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue