1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

Merge pull request #79708 from saschagrunert/unused-ldflags-var

cri-o: remove unused ldflags variable
This commit is contained in:
Matthew Bauer 2020-02-10 14:28:12 -05:00 committed by GitHub
commit ba30ee3389
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,4 @@
{ flavor ? ""
, ldflags ? ""
, stdenv
, btrfs-progs
, buildGoPackage