remove references to stdenv and replace with lib
This commit is contained in:
parent
ba1078adfc
commit
0dd9ecdafe
6 changed files with 16 additions and 13 deletions
|
@ -1,5 +1,6 @@
|
|||
{ stdenv, fetchzip, unzip }:
|
||||
stdenv.mkDerivation rec {
|
||||
{ lib, fetchzip, unzip }:
|
||||
with lib;
|
||||
mkDerivation rec {
|
||||
src = ./tubslatex_1.3.2.tds.zip;
|
||||
sourceRoot = ".";
|
||||
nativeBuildInputs = [ unzip ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue